home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CUJ9102.ARJ / 9N02123A < prev    next >
Text File  |  1992-07-06  |  207b  |  14 lines

  1.  
  2.    #define MAKE_STRING_TABLE
  3.    char *day_strings[] = 
  4.        {
  5.        #include "table.h"
  6.        };
  7.  
  8.   #undef MAKE_STRING_TABLE  
  9.   enum e_day = 
  10.        {
  11.        #include "table.h"
  12.        };
  13.  
  14.